HS_SET_RVS_COMPENSATION

HS_SET_RVS_COMPENSATION

   
SYNTAX:

        HS_SET_RVS_COMPENSATION(RVS_NO, MODE [, ALL_SITE_ON/FAIL_SITE_ONLY/PLAN_FAIL_SITE_ONLY] [, WAIT=x]);

DESCRIPTION:

        Set the RVS compensation.

        Before setting RVS compensation, the related relay must turn off.

        After tester initialization,the system will revert to the default mode(CCOMP0).

REQUIRED ARGUMENT:

        PARA1: RVS_NO

            HS_RVS33~48,HS_RVS65~80,HS_RVS97~112 or power_source_name(string) that has been defined in the PRJ file. Or _C_Variable

            Option: expand for 128RVS

            HS_RVS_EXT65~80,HS_RVS_EXT129~144,HS_RVS_EXT193~208,HS_RVS161~176,HS_RVS_EXT321~336

        PARA2: MODE

            MODE: CCOMP0/CCOMP1

            Default: CCOMP0

OPTIONAL ARGUMENT:

         PARA: ALL_SITE_ON/FAIL_SITE_ONLY/PLAN_FAIL_SITE_ONLY

             ALL_SITE_ON: Set driver executed on every site, even on the fail site.

             FAIL_SITE_ONLY: Driver executed on the fail site only.

             PLAN_FAIL_SITE_ONLY: Driver executed on the fail site ,it will occurs at this plan run Fail site only.

             Default: Driver executed on the pass site only.

         PARA: WAIT=x

             Wait time to next instruction.

             x range:10us-200s or parameter name; Unit: s or ms or us; 

             Default: 0ms, Resolution: 10us.

EXAMPLE:

HS_CLOSE_RVS_OUTPUT_RELAY(HS_RVS33, WAIT=3mS ,OFF);                                                

HS_SET_RVS_COMPENSATION(HS_RVS33, CCOMP1);

HS_CLOSE_RVS_OUTPUT_RELAY(HS_RVS33, WAIT=3mS ,ON);  

WAIT(1mS);

HS_FORCE_RVS(HS_RVS33, FORCE_V, 3.0V, 40UA, E1, I2);